GoXam for WPF v3
InsertFromNodeKey Method
Northwoods.GoXam.Model Namespace > GraphModel<NodeType,NodeKey> Class : InsertFromNodeKey Method
the node data to be modified; if null, this method does nothing
the key value of the "from" node data; if null, this method does nothing
This method actually implements the modification of a node data so that it's collection of "from" node data keys includes a given fromkey.
Syntax
protected virtual void InsertFromNodeKey( 
   NodeType nodedata,
   NodeKey fromkey
)

Parameters

nodedata
the node data to be modified; if null, this method does nothing
fromkey
the key value of the "from" node data; if null, this method does nothing
Remarks
This method can be overridden in case the FindFromNodeKeysForNode sequence is not an System.Collections.IList or an IList.
See Also

Reference

GraphModel<NodeType,NodeKey> Class
GraphModel<NodeType,NodeKey> Members